home *** CD-ROM | disk | FTP | other *** search
/ PC Player 2004 May / pc player 2004-05.iso / Demos / FarCry / Data1.cab / _11545E00C0614F1891817322590DA0E0 < prev    next >
Encoding:
Text File  |  2004-01-06  |  577 b   |  30 lines

  1.  
  2. Script:LoadScript("scripts/default/entities/weapons/BaseHandGrenade.lua");
  3.  
  4. local param={
  5.     deform_terrain=1,
  6.  
  7.     AISoundRadius  = 30,
  8.     AITargetType = 200,
  9.     explode_on_hold=1,
  10.     ExplosionParams = {
  11.         pos = {},
  12.         damage = 110,
  13.         radius = 25,
  14.         rmin = 0.8,
  15.         rmax = 6.0, -- default = 10.5
  16.         radius = 6.0, -- default = 10.5
  17.         DeafnessRadius = 10.0,
  18.         DeafnessTime = 30.0,
  19.         impulsive_pressure = 120,
  20.         shooter = nil,
  21.         weapon = nil,
  22.         rmin_occlusion=0.2,
  23.         occlusion_res=32,
  24.         occlusion_inflate=2,
  25.     },
  26.  
  27. };
  28.  
  29. ProjFlashbangGrenade=CreateHandGrenade(param);
  30.